home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 3
/
Light ROM 3 - Disc 2.iso
/
programs
/
pc
/
l_parser
/
lparser3.exe
/
SHELL02.LS
< prev
next >
Wrap
Text File
|
1994-01-03
|
201b
|
14 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
24
10
10
#
PPPPPPPPPPPPPPPPPPP
#
P=S>(20)g'(.8)
S=[[&(120)[A]]>(20)g'(.8)[&(120)[B]]]
#
A=[^gA{.].
B=B^.g.}
@